#homeHeader{
    width: 100%;
    height: fit-content;
}

#mainBackgroundColor{
    background-color: #410000;
}
#mainLink{
    text-decoration: none; 
    color:#eb7c40;                
    transition: opacity 0.15s;
}
#mainLink:hover{
    opacity: 0.8;
}
#mainLink:active{
    opacity: 0.5;
}
#mainLink.current{
    color: #eb7c40;
}
#highlight{
    color: #e69266;
}
#borderDiv{
    border: 1px solid black;
    border-radius: 10px;
    padding: 10px;
    background-color: rgb(32, 30, 30);
}
#titles{
    text-align: center; 
    font-family:'Courier New', Courier, monospace;
    padding-top: 1em;
    font-weight: 600;
    color: white;
    font-size: 25px;
    text-transform: uppercase;
    border-bottom: 1px solid white; 
    width: 70%; 
    margin-left: 15%;
}
#secondTitle{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight:500;
    color: #e69266;
}
.headerContainer{
    background-color:rgb(32, 30, 30);
    vertical-align: top;
}
.articleSpace{
    padding-top: 10px;
    padding-bottom: 10px;
}
.mainDropdownDiv{
    text-align: right;
    padding-top: 10px;    
}
img{
    border-radius: 10px;
}
hr{
    height: 2px;
    background-color: white;
    border:none;
    transform: translateX(15%);
    width: 75%;

}
nav{
    background-color: rgb(32, 30, 30);
    border-bottom: 2px solid black;
}
@media (max-width: 991px){
    #navbarNavAltMarkup{
        position:absolute;
        right: 0;
        width: 175px; 
        top: 56px;;
        transition: height 0.3s ease-out;                
        background-color: rgb(32, 30, 30); 
        padding-right: 20px; 
        border-bottom-left-radius: 5px;
        border-bottom: 2px solid black;
        border-left: 2px solid black;
    }
}